Grid Properties

Properties

Columns Contains a collection of FormColumn objects.
ControlImplementation Contains an identifier for a control element.
DefaultValue Contains a default value of an input control.
EnableTabbingNavigation Specifies whether a control is included in the tabbing navigation order.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
IsDisabled Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
IsPrintable Specifies whether a control is printed when a user prints a document in which the control is contained.
Name Contains name of a form or control element.
Properties
(Inherited from Control)
TabIndex Contains tabbing navigation order of controls within a form.
Title Contains additional information about a control. The value of the attribute can be used as a tool tip.

See Also